chore(deps): bump the actions group with 7 updates#163
Merged
Conversation
Bumps the actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` | | [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) | `6bff6ec134fc977e86d25166a5c522ddea5c1e78` | `05bcb78917c09702e90ed18004298a6728753914` | | [hyperpolymath/k9-validate-action](https://github.com/hyperpolymath/k9-validate-action) | `2d96f43c538964b097d159ed3a56ba5b5ceca227` | `bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `a31add9f179badd605b91cbf1307522daf022cd5` | `7e35be21c2b94d972b1143087fabc27d7dc881ef` | | [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `3.95.8` | `3.95.9` | Updates `github/codeql-action/upload-sarif` from 4.36.3 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@54f647b...99df26d) Updates `github/codeql-action/init` from 4.36.3 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@54f647b...99df26d) Updates `github/codeql-action/analyze` from 4.36.3 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@54f647b...99df26d) Updates `hyperpolymath/a2ml-validate-action` from 6bff6ec134fc977e86d25166a5c522ddea5c1e78 to 05bcb78917c09702e90ed18004298a6728753914 - [Release notes](https://github.com/hyperpolymath/a2ml-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/a2ml-validate-action/blob/main/CHANGELOG.md) - [Commits](hyperpolymath/a2ml-validate-action@6bff6ec...05bcb78) Updates `hyperpolymath/k9-validate-action` from 2d96f43c538964b097d159ed3a56ba5b5ceca227 to bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce - [Release notes](https://github.com/hyperpolymath/k9-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/k9-validate-action/blob/main/CHANGELOG.md) - [Commits](hyperpolymath/k9-validate-action@2d96f43...bddcd91) Updates `Swatinem/rust-cache` from a31add9f179badd605b91cbf1307522daf022cd5 to 7e35be21c2b94d972b1143087fabc27d7dc881ef - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@a31add9...7e35be2) Updates `trufflesecurity/trufflehog` from 3.95.8 to 3.95.9 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](trufflesecurity/trufflehog@00155c9...27b0417) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action/init dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 05bcb78917c09702e90ed18004298a6728753914 dependency-type: direct:production dependency-group: actions - dependency-name: hyperpolymath/k9-validate-action dependency-version: bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce dependency-type: direct:production dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: 7e35be21c2b94d972b1143087fabc27d7dc881ef dependency-type: direct:production dependency-group: actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
🔍 Hypatia Security ScanFindings: 41 issues detected
View findings[
{
"reason": "Agda postulate assumes without proof -- potential soundness hole (1 occurrences, CWE-704)",
"type": "agda_postulate",
"file": "/home/runner/work/valence-shell/valence-shell/proofs/agda/FilesystemModel.agda",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "believe_me undermines formal verification (2 occurrences, CWE-704)",
"type": "believe_me",
"file": "/home/runner/work/valence-shell/valence-shell/proofs/idris2/src/Filesystem/Axioms.idr",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "Obj.magic bypassing type safety (2 occurrences, CWE-704)",
"type": "obj_magic",
"file": "/home/runner/work/valence-shell/valence-shell/impl/mcp/src/bindings/Mcp.res",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
},
{
"reason": "JSON decode without validation (1 occurrences, CWE-20)",
"type": "json_decode_no_validation",
"file": "/home/runner/work/valence-shell/valence-shell/impl/mcp/src/Server.res",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "unsafe block -- requires SAFETY comment (1 occurrences, CWE-676)",
"type": "unsafe_block",
"file": "/home/runner/work/valence-shell/valence-shell/ffi/rust/src/audit.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "unsafe block -- requires SAFETY comment (1 occurrences, CWE-676)",
"type": "unsafe_block",
"file": "/home/runner/work/valence-shell/valence-shell/ffi/rust/src/operations.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "as_ptr exposes raw pointer that may dangle or alias unsafely (2 occurrences, CWE-676)",
"type": "as_ptr",
"file": "/home/runner/work/valence-shell/valence-shell/ffi/rust/src/operations.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "unsafe block -- requires SAFETY comment (2 occurrences, CWE-676)",
"type": "unsafe_block",
"file": "/home/runner/work/valence-shell/valence-shell/impl/rust-cli/src/process_sub.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "as_ptr exposes raw pointer that may dangle or alias unsafely (2 occurrences, CWE-676)",
"type": "as_ptr",
"file": "/home/runner/work/valence-shell/valence-shell/impl/rust-cli/src/process_sub.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "expect() in hot path (1 occurrences, CWE-754)",
"type": "expect_in_hot_path",
"file": "/home/runner/work/valence-shell/valence-shell/impl/rust-cli/src/glob.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
hyperpolymath
approved these changes
Jul 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the actions group with 7 updates:
4.36.34.37.04.36.34.37.04.36.34.37.06bff6ec134fc977e86d25166a5c522ddea5c1e7805bcb78917c09702e90ed18004298a67287539142d96f43c538964b097d159ed3a56ba5b5ceca227bddcd9109ee96f9ea3fdb4bf51084fe9cd0909cea31add9f179badd605b91cbf1307522daf022cd57e35be21c2b94d972b1143087fabc27d7dc881ef3.95.83.95.9Updates
github/codeql-action/upload-sariffrom 4.36.3 to 4.37.0Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
99df26dMerge pull request #3996 from github/update-v4.37.0-c7c896d7131c2707Add changenote for #397372df218Update changelog for v4.37.0c7c896dMerge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.03f34ff0Add changelog note43bec09Update default bundle to codeql-bundle-v2.26.0f58f0d1Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands7dc37cbMerge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...8e22350ThreadActionStatetoinitConfig69c9e8cMark somestatus-reportimports astype-only to avoid circular dependenciesUpdates
github/codeql-action/initfrom 4.36.3 to 4.37.0Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
99df26dMerge pull request #3996 from github/update-v4.37.0-c7c896d7131c2707Add changenote for #397372df218Update changelog for v4.37.0c7c896dMerge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.03f34ff0Add changelog note43bec09Update default bundle to codeql-bundle-v2.26.0f58f0d1Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands7dc37cbMerge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...8e22350ThreadActionStatetoinitConfig69c9e8cMark somestatus-reportimports astype-only to avoid circular dependenciesUpdates
github/codeql-action/analyzefrom 4.36.3 to 4.37.0Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
99df26dMerge pull request #3996 from github/update-v4.37.0-c7c896d7131c2707Add changenote for #397372df218Update changelog for v4.37.0c7c896dMerge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.03f34ff0Add changelog note43bec09Update default bundle to codeql-bundle-v2.26.0f58f0d1Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands7dc37cbMerge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...8e22350ThreadActionStatetoinitConfig69c9e8cMark somestatus-reportimports astype-only to avoid circular dependenciesUpdates
hyperpolymath/a2ml-validate-actionfrom 6bff6ec134fc977e86d25166a5c522ddea5c1e78 to 05bcb78917c09702e90ed18004298a6728753914Changelog
Sourced from hyperpolymath/a2ml-validate-action's changelog.
Commits
05bcb78ci: Secret Scanner caller must grant the reusable's job permissions (#56)e558e79fix(ci): clear OSSF Scorecard startup_failure (#55)a1898b7Revert #53: TOML is not canonical A2ML (spec is S-expr/Djot-like) (#54)db22cd5feat: canonical A2ML dialect = TOML (warn-by-default, enforce flag) (#53)7e1cd7echore(deps): bump the actions group with 3 updates (#52)c14a51achore(deps): bump the actions group with 2 updates (#51)abcc1a0fix(clade): correct CLADE uuid (deterministic v5, was template residue) (#50)4ae6b48docs: post-canon reference + factual fixes (#49)ac1392achore(hooks): version-controlled pre-commit + SPDX split by file-type (#48)e8b8079ci: refresh standards reusable pins to current HEAD (d7c2271) (#47)Updates
hyperpolymath/k9-validate-actionfrom 2d96f43c538964b097d159ed3a56ba5b5ceca227 to bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ceChangelog
Sourced from hyperpolymath/k9-validate-action's changelog.
Commits
bddcd91ci: Secret Scanner caller must grant the reusable's job permissions (#35)3e091a3chore(deps): bump the actions group with 4 updates (#34)91e2b6bfix(clade): correct identity uuid (deterministic v5) (#33)b9acd2achore(deps): bump the actions group with 2 updates (#32)eea3a84docs(readme): convert README.adoc -> Markdown (renders on Glama/profile/commu...9f95614chore(ci): add dormant push-email notification workflow (#30)90ac96bchore(clade): backfill [status] lifecycle block (#29)8149729chore(licence): normalise to MPL-2.0 + CC-BY-SA-4.0 (canonical pair) (#28)4a64df7chore(ci): bump standards reusable workflow pins (#27)a842be6chore(nix->guix): remove flake.nix (Guix-only) (#26)Updates
Swatinem/rust-cachefrom a31add9f179badd605b91cbf1307522daf022cd5 to 7e35be21c2b94d972b1143087fabc27d7dc881efChangelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
7e35be2Merge pull request #358 from Swatinem/dependabot/npm_and_yarn/dev-patch-26bf3...0b5b468Bump rollup from 4.62.0 to 4.62.2 in the dev-patch groupUpdates
trufflesecurity/trufflehogfrom 3.95.8 to 3.95.9Release notes
Sourced from trufflesecurity/trufflehog's releases.
Commits
27b0417Don't log as error when git diff is too long (#5113)d328285[INS-410] Added batch token detector (#4824)33d9dad[INT-715] Retry transient failures when verifying OpenAI keys (#5117)d7dcc6dfeat: Support archived repo exclusion from GH org scans (#4875)f845f18feat(action): add image input to allow registry mirror overrides (#4965)6c97970[INS-468] Add improved lob detector to defaults.go (#4971)1675e17fix: reject --include-repos/--exclude-repos with --repo in github scan (#5112)5c27626[INS-467] Add IPinfo detector to default detectors list (#4970)53e6391[INS-341] Added Shippo detector (#4820)d3b5487[INS-351] Added Duffel Token Detector (#4795)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions